Platform Explorer / Nuxeo Platform 2023.10

Operation Aspera.GetChildrenBlobs (Get Children Blobs)

Description

Get children blobs' digests and filename to start download from a document(s).
Operation id Aspera.GetChildrenBlobs
Category Aspera
Label Get Children Blobs
Requires
Since

Parameters

Name Description Type Required Default value
childrenType string no  
folderId document no  
xpath string no  

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: com.nuxeo.aspera.connector.operations.GetChildrenBlobs
Contributing Component com.nuxeo.aspera.connector.operations

JSON Definition

{
  "id" : "Aspera.GetChildrenBlobs",
  "label" : "Get Children Blobs",
  "category" : "Aspera",
  "requires" : null,
  "description" : "Get children blobs' digests and filename to start download from a document(s).",
  "url" : "Aspera.GetChildrenBlobs",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "childrenType",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "folderId",
    "description" : null,
    "type" : "document",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}